Welcome![Sign In][Sign Up]
Location:
Search - linux c tcp

Search list

[Internet-Networklinux-socket

Description: linux下简单的C/S模式的TCP编程,应用select()处理阻塞问题。 setsockopt()处理重启服务器出现“Address already in use”的情况。-the TCP programming under linux simple C/S mode, select () blocking problem. setsockopt () processing restart the server " Address already in use" .
Platform: | Size: 3072 | Author: | Hits:

[Internet-Networksocket

Description: 此文件是基于Linux-C的tcp服务器与客户端,支持多个用户同时连接。-tcp S/C
Platform: | Size: 69632 | Author: zy | Hits:

[Internet-NetworkTCPserver

Description: linux下TCP服务器端常用的多客户端相应处理方式select和epoll.c基本应用-TCP server under linux commonly used multi-client and select the appropriate treatment of the basic application epoll.c
Platform: | Size: 3072 | Author: panyongxuan | Hits:

[Internet-NetworkLinux-Network-Programming

Description: Linux下实现网络编程,其中包括了TCP和UDP的c代码实现过程-Network Programming
Platform: | Size: 5120 | Author: 谢虹恩 | Hits:

[Internet-Networktcp

Description: linux tcp 多线程网络通信程序.tcp_server.c tcp_client.c 同时收发.-linux tcp multi-threaded threaded network communication program
Platform: | Size: 14336 | Author: xxxx | Hits:

[Internet-Networklinux系统下用C程序实现Ping功能

Description: linux下用c实现的ping程序源码, 对于理解tcp/ip有很大帮助, 建议收藏, 取之于网,用之于网, 与你分享!-c ping procedures to achieve the source for understanding tcp/ip is very helpful, the proposed collection, taken from the network and use network, to share with you!
Platform: | Size: 6144 | Author: 乙烯项目 | Hits:

[Internet-Networkfilter.c

Description: C Linux TCP Filter using the libnetfilter_queue of iptables
Platform: | Size: 2048 | Author: wsx | Hits:

[Internet-NetworkLinux--server-c--api

Description: Linux服务器上的黑名单 一 环境配置 二.C API 连接数据库 三Tcp IP传输
Platform: | Size: 11264 | Author: 张焱 | Hits:

[Internet-NetworkTCP_file_transport

Description: 在LINUX环境下,简易TCP文件传输的C语言源码,有简单的菜单界面-In LINUX environments, TCP file transfer simple C language source code, there is a simple menu interface
Platform: | Size: 3072 | Author: 丁晓娇 | Hits:

[Linux-Unixchat_server

Description: 我自己写的一个基于tcp/ip的聊天服务器,可是实现实时通话以及多人通话,请多多指教,其中用到了链表,是在linux c下编写-I write a chat server based on TCP/IP, but in real time to speak, and many people call, please advice, which use the linked list, is written under Linux c
Platform: | Size: 2048 | Author: 白鹿 | Hits:

[Internet-Networktcp_chat

Description: 在linux c编程环境下的基于tcp的简单聊天客户端-In linux c programming environment based on a simple chat client tcp end
Platform: | Size: 2048 | Author: john | Hits:

[Internet-NetworkIP-TCP

Description: 在Linux上跑的,基于4412的IP/TCP套字节的文件。用C语言编写-Running on Linux-based 4412 IP/TCP byte file sets. Written in C language
Platform: | Size: 1024 | Author: 李梦婷 | Hits:

[VC/MFCLinuxC-programming

Description: c语言与缺陷.pdf linux内核源码剖析,樊振东 经典书籍,清晰完整-books about C programming and linux kernel tcp/ip stack
Platform: | Size: 23789568 | Author: 宋平 | Hits:

[Othersendrtmp.tar

Description: rtmp推流通过Linux平台推流工具利用函数库完成增加传输速率(RTMP is the acronym for the Real Time Messaging Protocol (real time messaging protocol). The protocol is based on TCP, and is a protocol family, including RTMP, basic protocols and RTMPT/RTMPS/RTMPE and so on. RTMP is a network protocol designed for real-time data communications, mainly used for audio, video and data communications between the Flash/AIR platform and the streaming / interactive server that supports the RTMP protocol. The software that supports the protocol includes Adobe, Media, Server/Ultrant, Media, Server/red5, and so on.)
Platform: | Size: 28459008 | Author: 王草草 | Hits:

[ICQ-IM-Chatchat.tar

Description: Linux C编写的基于tcp协议的多人聊天,仿QQ功能(Multi person chat based on TCP protocol)
Platform: | Size: 2048 | Author: llkk1234 | Hits:

[TCP/IP stackTCP

Description: 在linux平台下的使用TCP协议连接服务器进行数据的传输,程序为C语言开发,里面还有server端的程序,可以在linux端开启两个终端同时测试(Using TCP protocol in Linux platform connected to the server for data transmission, the program is the C language development, and on the server side program, can be in the Linux side open two terminal test at the same time)
Platform: | Size: 1024 | Author: 萤火虫@w | Hits:

[Otherlinux_qq

Description: 该代码在Linux实现了一个类似于windows上的QQ的聊天工具。主要是基于TCP/IP协议的socket通信。包括服务器端和客户端两部分,其中客户端使用了select的IO多路复用技术,服务器端由于要监听多个客户端,因此使用了epoll的IO多路复用技术。整个项目目前可以实现的功能有用户的注册与登录,添加好友,发送聊天消息,发送与接收文件等。(The code implements a chat tool similar to windows on QQ in Linux. Socket communication is mainly based on TCP/IP protocol. Including server and client two parts, in which the client uses the select IO multiplexing technology, the server side to monitor a number of clients, so the use of epoll IO multiplexing technology. The functions of the whole project can be registered and logged by users, add friends, send chat messages, send and receive files, etc..)
Platform: | Size: 41984 | Author: 零下10度C | Hits:

[TCP/IP stacksynapse44

Description: SYNAPSE TCP / IP and serial library This project is free and open source under modified BSD style license! Requirements The TCP/IP Protocol Winsock 2.0 and more (under windows), LIBC under Linux for Kylix, or Sockets Support Frepascal in Unix / Linux Delphi 3-7, Delphi 2005-2007, C ++ Builder, Kylix 1-3 or FreePascal 2.x.x experimental Delphi.NET (Delphi 8+)
Platform: | Size: 1393664 | Author: asdfsdfr2342342 | Hits:

[Linux-UnixQT_TCP

Description: 基于linux的网络通信编程,c/s方式,服务器与客户端能同时收发消息(Network communication programming based on Linux)
Platform: | Size: 909312 | Author: zhou1996 | Hits:

[Linux-UnixTCP_IP聊天项目

Description: 在linux的shell下用Soket编程实现聊天的功能,可以添加,删除好友,一个服务器,多个客户端(Under the shell of Linux, using the Soket programming to realize the chat function, can add, remove friends, a server, multiple clients.)
Platform: | Size: 123904 | Author: 是你凯哥哈 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 »

CodeBus www.codebus.net